projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ddff51
)
(window_system): If no X, set USE_X_TOOLKIT=no.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 12 Apr 1994 15:25:00 +0000
(15:25 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 12 Apr 1994 15:25:00 +0000
(15:25 +0000)
configure1.in
patch
|
blob
|
history
diff --git
a/configure1.in
b/configure1.in
index 42cfb73d8822ed4515089b5e0d423d6c0f569ca3..f2eeff2e3d271644a54d37251c6e056c2d37b008 100755
(executable)
--- a/
configure1.in
+++ b/
configure1.in
@@
-1239,6
+1239,7
@@
case "${window_system}" in
none )
HAVE_X_WINDOWS=no
HAVE_X11=no
+ USE_X_TOOLKIT=no
echo " Using no window system."
;;
esac